#contentCenter {
 display: block;
 float: left;
 width: 600px;
}

#contentCenter p {
 clear: right;
 font-size: 110%;
 line-height: 1.6em;
}

#personalInfo {
 margin: 80px 0 0 86px;
}

#personalInfo h1 {
 color: #345;
 font-size: 160%;
 font-weight: normal;
 line-height: 1.2em;
 margin-bottom: 0.2em;
}

#personalInfo h2 {
 color: #a22;
 font-size: 100%;
 font-weight: bold;
 line-height: 2em;
}

#personalInfo input {
 width: 250px;
}

#personalInfo select {
 width: 156px;
}

#personalInfo input#submitBtn {
 color: #fff;
 font-weight: bold;
 width: 3em;
 height: 1.6em;
 background: #a22;
 border-style: none;
 cursor: pointer;
}

#contentRight {
 display: block;
 float: right;
 width: 396px;
}
